From 6da43d0bd82147a17a0570a01a2d3a4e71e97c9d Mon Sep 17 00:00:00 2001 From: Alastair Tse Date: Fri, 13 Oct 2006 18:36:25 +0100 Subject: [PATCH] [XEND] Re-add the tap prefix because it is needed. Signed-off-by: Alastair Tse --- tools/python/xen/xend/XendConfig.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/python/xen/xend/XendConfig.py b/tools/python/xen/xend/XendConfig.py index 5d7db039bc..e3117e255e 100644 --- a/tools/python/xen/xend/XendConfig.py +++ b/tools/python/xen/xend/XendConfig.py @@ -809,7 +809,7 @@ class XendConfig(dict): return dev_uuid elif dev_type == 'tap': - dev_info['uname'] = 'qcow:%s' % cfg_xenapi.get('image') + dev_info['uname'] = 'tap:qcow:%s' % cfg_xenapi.get('image') dev_info['dev'] = '%s:disk' % cfg_xenapi.get('device') if cfg_xenapi.get('mode') == 'RW': -- 2.30.2